home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / jlut522.zip / HLP.ZIP / AC.HLP next >
Text File  |  1993-05-02  |  2KB  |  49 lines

  1.  
  2.  
  3. ┌────────────────────────────┐
  4. │ Option:  AC  ACTUAL CALLER │
  5. └────────────────────────────┘
  6.  
  7. ┌─Explanation────────────────────────────────────────────────────────────────┐
  8. └────────────────────────────────────────────────────────────────────────────┘
  9.  
  10.    This option makes it more comfortable for you to install batch-files like
  11.    GTLOGON.BAT, which should handle the users bps-rate or level or the
  12.    answer of a question.
  13.  
  14. ┌─Syntax─────────────────────────────────────────────────────────────────────┐
  15. └────────────────────────────────────────────────────────────────────────────┘
  16.   JLUTIL /AC [Parameters] [-Switches]
  17.  
  18. ┌─Switch──────Description────────────────────────────────────────────────────┐
  19. └────────────────────────────────────────────────────────────────────────────┘
  20.   NONE        Nothing happens
  21.    -A         Displays infos about the current User. If you insert the
  22.               following line into GTLOGOFF.BAT [JLUTIL /AC -A >
  23.               Default-FileAreaDir\1.] the next user can see, who has been
  24.               the last caller, if he reads Bulletin #1.
  25.    -B         Exits with bps/300 as errorlevel. If the user calls with
  26.               9600 bps, JLUTIL exits with errorlevel 32.
  27.    -L         Exits with ORD(Level) as errorlevel. If the user has level T,
  28.               JLUTIL exits with errorlevel 84.
  29.    -Q         Displays the specified FileName or, if no FileName has been
  30.               specified, JLTONGUE.BBS in the directory MISC. The
  31.               first 3 lines of this file are the header, the following
  32.               lines are the available choices. JLUTIL exits with the number
  33.               of the choice as errorlevel.
  34.  
  35.  
  36. ┌─Parameter───Description────────────────────────────────────────────────────┐
  37. └────────────────────────────────────────────────────────────────────────────┘
  38.   FileName    If you are using the Q Switch, you can specify a FileName.
  39.  
  40.  
  41. ┌─Examples───────────────────────────────────────────────────────────────────┐
  42. └────────────────────────────────────────────────────────────────────────────┘
  43.   JLUTIL /AC -A
  44.   JLUTIL /AC -B
  45.   JLUTIL /AC -B /DEBUG
  46.   JLUTIL /AC -L
  47.   JLUTIL /AC START_QST.TXT -Q
  48.  
  49.